Platform Explorer / Nuxeo Platform 6.0

Contribution org.nuxeo.ecm.platform.annotations.repository.contrib--jcrLifecycleEventId

This contribution is part of XML component org.nuxeo.ecm.platform.annotations.repository.contrib inside nuxeo-annot-repo-6.0.jar

Extension Point

Extension point jcrLifecycleEventId of component AnnotationsRepositoryService.

Contributed Items

  • <eventId>documentCheckedIn</eventId>
  • <eventId>documentRemoved</eventId>
  • <eventId>versionRemoved</eventId>
  • <eventId>documentRestored</eventId>

XML Source

<extension point="jcrLifecycleEventId" target="org.nuxeo.ecm.platform.annotations.AnnotationsRepositoryService">
    <eventId>documentCheckedIn</eventId>
    <eventId>documentRemoved</eventId>
    <eventId>versionRemoved</eventId>
    <eventId>documentRestored</eventId>
  </extension>